Resource StructureDefinition/FHIR Server from package kbv.basis.ressources.only#1.7.0 (62 ms)
Package | kbv.basis.ressources.only |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=kbv.basis.ressources.only@1.7.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Glucose_Concentration |
Url | https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Glucose_Concentration |
Version | 1.7.0 |
Status | active |
Date | 2024-10-24 |
Name | KBV_PR_Base_Observation_Glucose_Concentration |
Experimental | False |
Description | Dieses Profil beschreibt die Messung eines einzelnen Glukosespiegels. |
Copyright | Im folgenden Profil können Codes aus den Codesystemen Snomed, Loinc oder Ucum enthalten sein, die dem folgenden Urheberrecht unterliegen: This material includes SNOMED Clinical Terms® (SNOMED CT®) which is used by permission of SNOMED International. All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. SNOMED and SNOMED CT are registered trademarks of SNOMED International. Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license. This material contains content from Loinc (http://loinc.org). Loinc is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (Loinc) Committee and is available at no cost under the license at http://loinc.org/license. Loinc® is a registered United States trademark of Regenstrief Institute, Inc. This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at http://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at http://unitsofmeasure.org. The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved. THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
Type | Observation |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "KBV-PR-Base-Observation-Glucose-Concentration",
"url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Glucose_Concentration",
"version" : "1.7.0",
"name" : "KBV_PR_Base_Observation_Glucose_Concentration",
"status" : "active",
"date" : "2024-10-24",
"publisher" : "Kassenärztliche Bundesvereinigung (KBV)",
"description" : "Dieses Profil beschreibt die Messung eines einzelnen Glukosespiegels.",
"copyright" : "Im folgenden Profil können Codes aus den Codesystemen Snomed, Loinc oder Ucum enthalten sein, die dem folgenden Urheberrecht unterliegen: This material includes SNOMED Clinical Terms® (SNOMED CT®) which is used by permission of SNOMED International. All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. SNOMED and SNOMED CT are registered trademarks of SNOMED International. Implementers of these artefacts must have the appropriate SNOMED CT Affiliate license. This material contains content from Loinc (http://loinc.org). Loinc is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (Loinc) Committee and is available at no cost under the license at http://loinc.org/license. Loinc® is a registered United States trademark of Regenstrief Institute, Inc. This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at âhttp://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at âhttp://unitsofmeasure.org. The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved. THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED "AS IS." ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"definition" : "Dieses Element beschreibt die Messung eines einzelnen Glukosespiegels. Die Messung kann als sogenannte Point-of-Care-Testung (also einer Messung am Krankenbett oder in der unmittelbaren Nähe zur behandelten Person), oder auch durch die behandelte Person selbst erfolgen."
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"definition" : "Hier wird der Status des Eintrages als Code angegeben."
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.category:vs-cat",
"path" : "Observation.category",
"sliceName" : "vs-cat",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "vital-signs",
"system" : "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"definition" : "In diesem Element werden Angaben zum Glukosespiegel gemacht. Diese werden als codierte Information und/oder als Freitext angegeben."
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird ein Code aus einem geeigneten Code-System angegeben.",
"min" : 2
},
{
"id" : "Observation.code.coding:loinc",
"path" : "Observation.code.coding",
"sliceName" : "loinc",
"definition" : "In diesem Element wird der Code für den Glukosespiegel als LOINC®-Code aus der vorgegebenen Werteliste angegeben, inklusive Anzeigename (Display Name) sowie Name und Version des Code-Systems.",
"min" : 1,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_LOINC"
}
},
{
"id" : "Observation.code.coding:loinc.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding:loinc.version",
"path" : "Observation.code.coding.version",
"min" : 1
},
{
"id" : "Observation.code.coding:loinc.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.code.coding:loinc.display",
"path" : "Observation.code.coding.display",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed",
"path" : "Observation.code.coding",
"sliceName" : "snomed",
"definition" : "In diesem Element wird der Code für den Glukosespiegel als SNOMED CT®-Code aus der vorgegebenen Werteliste angegeben, inklusive Anzeigename (Display Name) sowie Name und Version des Code-Systems.",
"min" : 1,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_SNOMED_CT"
}
},
{
"id" : "Observation.code.coding:snomed.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.version",
"path" : "Observation.code.coding.version",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.code.coding:snomed.display",
"path" : "Observation.code.coding.display",
"min" : 1
},
{
"id" : "Observation.code.text",
"path" : "Observation.code.text",
"definition" : "Hier wird ein Freitext eingetragen."
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/Location",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.7.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device|1.7.0"
]
}
]
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"max" : "0"
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"definition" : "Hier wird der Zeitpunkt der Messung angegeben.",
"comment" : "Der Constraint wurde von den HL7 Deutschland Basisprofilen übernommen.",
"type" : [
{
"code" : "dateTime"
}
],
"constraint" : [
{
"key" : "vs-de-1",
"severity" : "error",
"human" : "If Observation.effective[x] is dateTime and has a value then that value shall be precise to the day",
"expression" : "$this.toString().length() >= 8",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Observation_Glucose_Concentration"
}
]
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird der Messwert angegeben.",
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.value[x]:valueQuantity",
"path" : "Observation.value[x]",
"sliceName" : "valueQuantity",
"definition" : "Ein quantitatives Messergebnis wird als numerischer Wert angegeben und je nach MessgröÃe oder Skalierung als: \n- Eine Dezimalzahl (z. B. bei Angabe einer Masse pro Volumen wie mg/dl) \n- Eine ganze Zahl (z. B. bei einer Zellzählung)",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.value[x]:valueQuantity.value",
"path" : "Observation.value[x].value",
"definition" : "Hier wird der numerische Wert für eine gemessene GröÃe angegeben als eine Zahl mit optionaler Dezimalstelle.",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.comparator",
"path" : "Observation.value[x].comparator",
"definition" : "Der Komparator kann sein: \n= (gleich) \n< (kleiner) \n<= (kleiner oder gleich) \n>= (gröÃer oder gleich) \n> (gröÃer) \n\nDie Option, dass ein Laborwert-Ergebnis = (gleich) eines Wertes ist, tritt am häufigsten auf."
},
{
"id" : "Observation.value[x]:valueQuantity.unit",
"path" : "Observation.value[x].unit",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.system",
"path" : "Observation.value[x].system",
"min" : 1,
"patternUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.value[x]:valueQuantity.code",
"path" : "Observation.value[x].code",
"definition" : " Die Einheit leitet sich aus der MessgröÃe (gemessene Eigenschaft und MengenmaÃ) ab. Beispiel: Wenn die MessgröÃe \"Massekonzentration pro Volumen\" ist, kommen als Einheiten für den Glucosespiegel mg/dl oder g/dl in Frage.",
"min" : 1,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_Unit"
}
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"definition" : "In diesem Element werden Angaben zur medizinisch relevanten Bewertung des Messergebnisses gemacht. Diese werden als codierte Information und/oder als Freitext angegeben."
},
{
"id" : "Observation.interpretation.coding",
"path" : "Observation.interpretation.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird ein Code aus einem geeigneten Code-System angegeben."
},
{
"id" : "Observation.interpretation.coding:snomed",
"path" : "Observation.interpretation.coding",
"sliceName" : "snomed",
"definition" : "Für eine codierte Interpretation zu einer Untersuchung wird, kontext-bezogen, eine Auswahl von Interpretationscodes bzw. Festwerten angeboten.",
"min" : 0,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_Interpretation"
}
},
{
"id" : "Observation.interpretation.coding:snomed.system",
"path" : "Observation.interpretation.coding.system",
"min" : 1
},
{
"id" : "Observation.interpretation.coding:snomed.version",
"path" : "Observation.interpretation.coding.version",
"min" : 1
},
{
"id" : "Observation.interpretation.coding:snomed.code",
"path" : "Observation.interpretation.coding.code",
"min" : 1
},
{
"id" : "Observation.interpretation.coding:snomed.display",
"path" : "Observation.interpretation.coding.display",
"min" : 1
},
{
"id" : "Observation.interpretation.text",
"path" : "Observation.interpretation.text",
"definition" : "Hier wird ein Freitext eingetragen."
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"definition" : "Hier können ergänzende freitextliche Kommentare und Notizen vorgenommen werden, die nicht durch die strukturierten Datenelemente erfassbar sind."
},
{
"id" : "Observation.note.author[x]",
"path" : "Observation.note.author[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird die Person angegeben, die die Notiz erstellt hat."
},
{
"id" : "Observation.note.author[x]:authorReference",
"path" : "Observation.note.author[x]",
"sliceName" : "authorReference",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, referenziert.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Organization",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.7.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.7.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_RelatedPerson|1.7.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.7.0"
]
}
]
},
{
"id" : "Observation.note.author[x]:authorString",
"path" : "Observation.note.author[x]",
"sliceName" : "authorString",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, als Freitext angegeben.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Observation.note.time",
"path" : "Observation.note.time",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde."
},
{
"id" : "Observation.note.text",
"path" : "Observation.note.text",
"definition" : "Hier wird der eigentliche Text der Notiz eingetragen."
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"definition" : "In diesem Element werden Angaben zur Körperstelle, an der die Messung vorgenommen wurde, gemacht. Diese werden als codierte Information und/oder als Freitext angegeben."
},
{
"id" : "Observation.bodySite.coding",
"path" : "Observation.bodySite.coding",
"definition" : "Hier wird ein Code aus einem geeigneten Code-System angegeben."
},
{
"id" : "Observation.bodySite.text",
"path" : "Observation.bodySite.text",
"definition" : "Hier wird ein Freitext eingetragen."
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"definition" : "Hier wird die Methode bzw. Voraussetzung der Messung des Glukosespiegels angegeben."
},
{
"id" : "Observation.method.coding",
"path" : "Observation.method.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.method.coding:snomed",
"path" : "Observation.method.coding",
"sliceName" : "snomed",
"definition" : "In diesem Element wird der Code für die Methode der Messung als SNOMED CT®-Code aus der vorgegebenen Werteliste angegeben, inklusive Anzeigename (Display Name) sowie Name und Version des Code-Systems.",
"min" : 1,
"max" : "1",
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_Method_SNOMED_CT"
}
},
{
"id" : "Observation.method.coding:snomed.system",
"path" : "Observation.method.coding.system",
"min" : 1,
"patternUri" : "http://snomed.info/sct"
},
{
"id" : "Observation.method.coding:snomed.version",
"path" : "Observation.method.coding.version",
"min" : 1
},
{
"id" : "Observation.method.coding:snomed.code",
"path" : "Observation.method.coding.code",
"min" : 1
},
{
"id" : "Observation.method.coding:snomed.display",
"path" : "Observation.method.coding.display",
"min" : 1
},
{
"id" : "Observation.method.text",
"path" : "Observation.method.text",
"definition" : "Hier wird ein Freitext eingetragen, z.B. wenn ergänzende Angaben zum verwendeten Pulsoximeter erforderlich sind."
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"definition" : "Richtgrenzen oder Bewertungsgrenzen zu einer Laboruntersuchung \n-werden herangezogen für die Beurteilung und Einordnung von Messergebnissen \n- sind laborärztliche Entscheidungsgrenzen (mit juristischer Relevanz) \n- sind ärztliche Entscheidungshilfen im klinischen Alltag",
"max" : "1"
},
{
"id" : "Observation.referenceRange.low",
"path" : "Observation.referenceRange.low",
"definition" : "Die untere Referenzgrenze ist eine quantitative Grenze."
},
{
"id" : "Observation.referenceRange.low.value",
"path" : "Observation.referenceRange.low.value",
"definition" : "Hier wird der numerische Wert für eine gemessene GröÃe als eine Zahl mit optionaler Dezimalstelle angegeben.",
"min" : 1
},
{
"id" : "Observation.referenceRange.low.unit",
"path" : "Observation.referenceRange.low.unit",
"definition" : "Die Einheit leitet sich aus der MessgröÃe (gemessene Eigenschaft und MengenmaÃ) ab.\nBeispiel: wenn die MessgröÃe \"Massekonzentration pro Volumen\" ist, kommen als Einheiten mg/dl oder g/dl in Frage.",
"min" : 1
},
{
"id" : "Observation.referenceRange.low.system",
"path" : "Observation.referenceRange.low.system",
"min" : 1,
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.referenceRange.low.code",
"path" : "Observation.referenceRange.low.code",
"min" : 1,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_Unit"
}
},
{
"id" : "Observation.referenceRange.high",
"path" : "Observation.referenceRange.high",
"definition" : "Die obere Referenzgrenze ist eine quantitative Grenze."
},
{
"id" : "Observation.referenceRange.high.value",
"path" : "Observation.referenceRange.high.value",
"definition" : "Hier wird der numerische Wert für eine gemessene GröÃe als eine Zahl mit optionaler Dezimalstelle angegeben.",
"min" : 1
},
{
"id" : "Observation.referenceRange.high.unit",
"path" : "Observation.referenceRange.high.unit",
"definition" : "Die Einheit leitet sich aus der MessgröÃe (gemessene Eigenschaft und MengenmaÃ) ab. \nBeispiel: wenn die MessgröÃe \"Massekonzentration pro Volumen\" ist, kommen als Einheiten mg/dl oder g/dl in Frage.",
"min" : 1
},
{
"id" : "Observation.referenceRange.high.system",
"path" : "Observation.referenceRange.high.system",
"min" : 1,
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.referenceRange.high.code",
"path" : "Observation.referenceRange.high.code",
"min" : 1,
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Glucose_Concentration_Unit"
}
},
{
"id" : "Observation.referenceRange.type",
"path" : "Observation.referenceRange.type",
"definition" : "Die Typisierung von Richtgrenzen bezieht sich auf die Indikation einer Laboruntersuchung. \nBeispiele sind: \n- Referenzbereich, zur Feststellung oder Ausschluss von Erkrankungen \n- Therapeutischer Bereich, zur Einstellung einer medikamentösen Therapie \n- Zielbereich, zur Kontrolle medizinischer MaÃnahmen",
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ObservationRangeMeaning"
}
],
"strength" : "required",
"description" : "Code for the meaning of a reference range.",
"valueSet" : "http://hl7.org/fhir/ValueSet/referencerange-meaning"
}
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.